@import url(https://fonts.googleapis.com/css?family=Montserrat);



.page-content {

  text-align: justify;
  margin: 0 auto;
  margin-top: -50px;
  line-height: 1.625;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}


.uni-banner1 {
    background: rgba(0, 0, 0, 0.719) url('../image/3.jpg' ); /* Replace 'path/to/your/image.jpg' with the actual path to your image */
    background-size: cover;
    background-position: center;
    background-blend-mode: darken;
    margin-top: -25px;
    margin-bottom: 100px;
    height: 400px;
    width: 100%;
    text-align: center;
    padding: 20px;
  }

  .uni-banner2 {
    background: rgba(0, 0, 0, 0.719) url('../image/3.jpg' ); /* Replace 'path/to/your/image.jpg' with the actual path to your image */
    background-size: cover;
    background-position: center;
    background-blend-mode: darken;
    margin-top: -25px;
    margin-bottom: 100px;
    height: 400px;
    width: 100%;
    text-align: center;
    padding: 20px;
  }
  .uni-banner-text_2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 15vh;
  }

  .uni-banner-text_2 h1 {
    font-size: 80px;
    margin-bottom: 5px;
    margin-top: -30px;
    text-align: center !important;
    color: white;
    font-weight: 600;
  }

  .uni-banner-text_2 ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
  }

  .uni-banner-text_2 ul li {
    /* margin: 0 10px;
    color: green;
    font-size: larger;
    font-weight:700 ; */
    display: inline-block;
    color: green;
    position: relative;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 600;
  }
  .uni-banner-text_2 ul li a{

    color: white;
    text-decoration: none;
    outline: 0 !important;
    font-weight: 200;
  }

  .uni-banner-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 15vh;
  }

  .uni-banner-text h1 {
    font-size: 80px;
    margin-bottom: 10px;
    text-align: center !important;
    color: white;
    font-weight: 600;
  }

  .uni-banner-text ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
  }

  .uni-banner-text ul li {
    /* margin: 0 10px;
    color: green;
    font-size: larger;
    font-weight:700 ; */
    display: inline-block;
    color: green;
    position: relative;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 600;
  }
  .uni-banner-text ul li a{

    color: white;
    text-decoration: none;
    outline: 0 !important;
    font-weight: 200;
  }
  /* Media query for mobile devices */
  @media (max-width: 768px) {
    .uni-banner {
      padding: 10px;
    }

    .uni-banner-text ul {
      flex-direction: column;
    }

    .uni-banner-text ul li {
      margin: 5px 0;
    }
  }



  .google-map {
    margin-top: 40px;
    margin-bottom: -11vh;

  }

  .g-map {
    width: 100%;
    height: 400px;
    border: none;
  }
